home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / ANIMATE.dxr / 00005_random start.ls < prev    next >
Encoding:
Text File  |  1999-12-10  |  224 b   |  14 lines

  1. on exitFrame
  2.   go(the frame)
  3.   unLoad()
  4.   if random(2) = 2 then
  5.     preloadMember("GL>FN")
  6.     preloadMember("music")
  7.     go("GL>FN")
  8.   else
  9.     preloadMember("GL>CU")
  10.     preloadMember("music")
  11.     go("GL>CU")
  12.   end if
  13. end
  14.